| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal credential As ILoginCredential, _ ByVal options As LoginOptions, _ ByVal userState As Object, _ ByVal callback As Action(Of LoginOperation) _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim credential As ILoginCredential Dim options As LoginOptions Dim userState As Object Dim callback As Action(Of LoginOperation) Dim instance As New LoginOperation(credential, options, userState, callback) | |
| C# | |
|---|---|
public LoginOperation( ILoginCredential credential, LoginOptions options, object userState, Action<LoginOperation> callback ) | |
| C++/CLI | |
|---|---|
public: LoginOperation( ILoginCredential^ credential, LoginOptions^ options, Object^ userState, Action<LoginOperation^>^ callback ) | |
Parameters
- credential
- options
- userState
- callback
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family